home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / 3563.ZIP / MCD200.ZIP / MCD-2.EXE / FINGER.C < prev    next >
C/C++ Source or Header  |  1992-03-26  |  759b  |  18 lines

  1. /* ============================================================
  2.    Mouse Cursor file FINGER.C for TCXL version 6.0 and above
  3.        Created by MCD - Mouse Cursor Designer, version 2.00
  4.          MCD is Copyright (C) 1989-92 by Rimrock Software
  5.                        All rights reserved.
  6.        TCXL is Copyright 1987-92 by Innovative Data Concepts
  7.                        All rights reserved.
  8.    ============================================================ */
  9. #include <TCXLmou.h>
  10.  
  11. MouPtrT cursorFINGER = {
  12.    4, 1,
  13.   {0xf7ff,0xe3ff,0xc1ff,0xc1ff,0xc15f,0xc00f,0xc007,0xc007,
  14.    0x8007,0x7,0x7,0x7,0x7,0x800f,0xc01f,0xe03f,
  15.    0x0,0x800,0x1400,0x1400,0x1400,0x16a0,0x1550,0x1550,
  16.    0x3550,0x5550,0x5010,0x4010,0x4010,0x2020,0x1fc0,0x0}
  17.    };
  18.